home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / dev / misc / allocate.lha / Allocate / Allocate.doc < prev    next >
Text File  |  1995-05-31  |  2KB  |  51 lines

  1. ---------------------------------------------------------------------------
  2.                             Allocate v1.0                  Sunday 02-Oct-94
  3. ---------------------------------------------------------------------------
  4.  
  5. Introduction
  6. ~~~~~~~~~~~~
  7. This is a little (676 bytes) program that I wrote because I needed to
  8. allocate memory, so that the memory would not be overwritten by other
  9. programs.
  10. To be more specific, I was decrunching old demos/intros that was
  11. crunched with some absolute-address crunchers (like TetraPacker etc.).
  12.  
  13. The program is for OS2.0 and up only, and must be started from CLI/Shell.
  14. To start the program, enter 'Allocate' followed by the address to the
  15. beginning of the memory block to allocate and the size of the block in
  16. bytes entered in hex.
  17.  
  18. Example:
  19. ¯¯¯¯¯¯¯¯
  20. Allocate 1FE000 1FFF
  21.  
  22. This will allocate the memory from $1fe000 to $1fffff.
  23. The '$' sign must not be used.
  24.  
  25. I'll quit here, because I'm too lazy to write big documents, and I don't
  26. want to put more effort into the documents than to the program...
  27.  
  28. Disclaimer
  29. ~~~~~~~~~~
  30. THIS SOFTWARE AND INFORMATION IS PROVIDED "AS IS". NO REPRESENTATIONS OR
  31. WARRANTIES ARE MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE,
  32. CURRENTNESS, OR OPERATION OF THIS SOFTWARE AND INFORMATION, AND ALL USE IS
  33. AT YOUR OWN RISK. THE AUTHOR DOES NOT ASSUME ANY RESPONSIBILITY OR LIABILITY
  34. WHATSOEVER WITH RESPECT TO YOUR USE OF THIS SOFTWARE AND INFORMATION.
  35.  
  36. Copyright
  37. ~~~~~~~~~
  38. This program is FREEWARE. It may be freely distributed as long as all files
  39. in it remain unchanged and are included in the distribution. Also no more
  40. than a nominal copy fee may be charged for the distribution. This program
  41. cannot be used for commercial purposes without written permission from the
  42. author.
  43.  
  44.  
  45.              Send bug reports, ideas, PD Programs etc. to:
  46.  
  47.                            Staffan Hämälä
  48.                            Pellov. 268
  49.                            S-957 93 Pello
  50.                            SWEDEN
  51.